"Simple Network Management Protocol"
Utilizes MIB (Memory Information Base) - A specialized database containing information about a device's operations
We can query the MIB from a centralized "network management console"
We query/"poll" specific values by referencing OIDs (object identifiers)
SNMP utilizes udp/161
OIDs allow use to reference specific variables we want to pull from a device
OIDs can be referenced by name or number
Every variable in the MIB has a corresponding OID, some of which are common across devices and some of which are unique to a manufacturer
MIB Walker - Cycles through every entry in the MIB and pulls the values
SNPM Traps - An "alarm" sent by a monitored device
SNMP v1 and v2 use a community string, which is like a simple password authentication
v3 introduced a username and password that is hashed